Html Css Color HEX #FAB553 Koromiko

📋 copy color: '#FAB553'

red 250 ◦ green 181 ◦ blue 83

#FAB553
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Koromiko #FAB553

Tints of Koromiko #FAB553

RGB

 RED value IS 250 (98.05% from 255) = 48.64%

 GREEN value IS 181 (71.09% from 255) = 35.21%

 BLUE value IS 83 (32.81% from 255) = 16.15%

R = 48.64%
G = 35.21%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAB553 (or 0xFAB553) is known color: Koromiko. HEX triplet: FA, B5 and 53. RGB value is (250,181,83). Sum of RGB (Red+Green+Blue) = 250+181+83=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB553 is #054AAC. Grayscale: #BEBEBE. Windows color (decimal): -346797 or 5486074. OLE color: 5486074.

HSL color Cylindrical-coordinate representation of color #FAB553: hue angle of 35.21º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAB553 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 181 83 -
CMYK 0 0.28 0.67 0.02
HSL 35.21º 0.94% 0.65% -
HSV(B) 35.21º 0.67% 0.98% -
XYZ 57.51 54 15.57 -
YUV 190.46 67.36 170.47 -
System Red Green Blue C M Y K H S L
Decimal 250 181 83 0 0.28 0.67 0.02 35.21 0.94 0.65
Hex FA B5 53 0 1C 43 2 23 5E 41
Octal 372 265 123 0 34 103 2 43 136 101
Binary 11111010 10110101 1010011 0 11100 1000011 10 100011 1011110 1000001

Color Harmonies of #FAB553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB553

Black with #FAB553

Text Example


Text Example

White with #FAB553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB553; }

 p { color: rgb(250,181,83); }

 H1.HeaderClassName
 {
   color: #FAB553;
 }
 .AnyTagClassName
 {
   color: #FAB553;
 }
</style>

background-color css

<style>
 a { background-color: #FAB553; }

 a { background-color: rgb(250,181,83); }

 div.DivClassName
 {
   background-color: #FAB553;
 }
 .BgClassName
 {
   background-color: #FAB553;
 }
</style>

border-color css

<style>
 span { border-color: #FAB553; }

 span { border-color: rgb(250,181,83); }

 td.TdClassName
 {
   border-color: #FAB553;
 }
 .TagClassName
 {
   border-color: #FAB553;
 }
</style>