Html Css Color HEX #FAB14F Koromiko

📋 copy color: '#FAB14F'

red 250 ◦ green 177 ◦ blue 79

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

Shades of Koromiko #FAB14F

Tints of Koromiko #FAB14F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.98%

 BLUE value IS 79 (31.25% from 255) = 15.61%

R = 49.41%
G = 34.98%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAB14F (or 0xFAB14F) is known color: Koromiko. HEX triplet: FA, B1 and 4F. RGB value is (250,177,79). Sum of RGB (Red+Green+Blue) = 250+177+79=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB14F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB14F is #054EB0. Grayscale: #BCBCBC. Windows color (decimal): -347825 or 5222906. OLE color: 5222906.

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

Color convert

RGB 250 177 79 -
CMYK 0 0.29 0.68 0.02
HSL 34.39º 0.94% 0.65% -
HSV(B) 34.39º 0.68% 0.98% -
XYZ 56.56 52.33 14.52 -
YUV 187.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 250 177 79 0 0.29 0.68 0.02 34.39 0.94 0.65
Hex FA B1 4F 0 1D 44 2 22 5E 41
Octal 372 261 117 0 35 104 2 42 136 101
Binary 11111010 10110001 1001111 0 11101 1000100 10 100010 1011110 1000001

Color Harmonies of #FAB14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB14F

Black with #FAB14F

Text Example


Text Example

White with #FAB14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB14F; }

 p { color: rgb(250,177,79); }

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

background-color css

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

 a { background-color: rgb(250,177,79); }

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

border-color css

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

 span { border-color: rgb(250,177,79); }

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