Html Css Color HEX #FAB150 Koromiko

📋 copy color: '#FAB150'

red 250 ◦ green 177 ◦ blue 80

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

Shades of Koromiko #FAB150

Tints of Koromiko #FAB150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.78%

R = 49.31%
G = 34.91%
B = 15.78%

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

#FAB150 (or 0xFAB150) is known color: Koromiko. HEX triplet: FA, B1 and 50. RGB value is (250,177,80). Sum of RGB (Red+Green+Blue) = 250+177+80=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB150 is #054EAF. Grayscale: #BCBCBC. Windows color (decimal): -347824 or 5288442. OLE color: 5288442.

HSL color Cylindrical-coordinate representation of color #FAB150: hue angle of 34.24º 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 #FAB150 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 177 80 -
CMYK 0 0.29 0.68 0.02
HSL 34.24º 0.94% 0.65% -
HSV(B) 34.24º 0.68% 0.98% -
XYZ 56.59 52.35 14.71 -
YUV 187.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 250 177 80 0 0.29 0.68 0.02 34.24 0.94 0.65
Hex FA B1 50 0 1D 44 2 22 5E 41
Octal 372 261 120 0 35 104 2 42 136 101
Binary 11111010 10110001 1010000 0 11101 1000100 10 100010 1011110 1000001

Color Harmonies of #FAB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB150

Black with #FAB150

Text Example


Text Example

White with #FAB150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB150; }

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

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

background-color css

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

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

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

border-color css

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

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

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