Html Css Color HEX #FAB54A Koromiko

📋 copy color: '#FAB54A'

red 250 ◦ green 181 ◦ blue 74

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

Shades of Koromiko #FAB54A

Tints of Koromiko #FAB54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.65%

R = 49.5%
G = 35.84%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAB54A (or 0xFAB54A) is known color: Koromiko. HEX triplet: FA, B5 and 4A. RGB value is (250,181,74). Sum of RGB (Red+Green+Blue) = 250+181+74=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB54A is #054AB5. Grayscale: #BDBDBD. Windows color (decimal): -346806 or 4896250. OLE color: 4896250.

HSL color Cylindrical-coordinate representation of color #FAB54A: hue angle of 36.48º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAB54A is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 181 74 -
CMYK 0 0.28 0.70 0.02
HSL 36.48º 0.95% 0.64% -
HSV(B) 36.48º 0.7% 0.98% -
XYZ 57.18 53.87 13.86 -
YUV 189.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 250 181 74 0 0.28 0.70 0.02 36.48 0.95 0.64
Hex FA B5 4A 0 1C 46 2 24 5F 40
Octal 372 265 112 0 34 106 2 44 137 100
Binary 11111010 10110101 1001010 0 11100 1000110 10 100100 1011111 1000000

Color Harmonies of #FAB54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB54A

Black with #FAB54A

Text Example


Text Example

White with #FAB54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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