Html Css Color HEX #FAB85A Koromiko

📋 copy color: '#FAB85A'

red 250 ◦ green 184 ◦ blue 90

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

Shades of Koromiko #FAB85A

Tints of Koromiko #FAB85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.11%

 BLUE value IS 90 (35.55% from 255) = 17.18%

R = 47.71%
G = 35.11%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAB85A (or 0xFAB85A) is known color: Koromiko. HEX triplet: FA, B8 and 5A. RGB value is (250,184,90). Sum of RGB (Red+Green+Blue) = 250+184+90=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB85A is #0547A5. Grayscale: #C1C1C1. Windows color (decimal): -346022 or 5945594. OLE color: 5945594.

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

Color convert

RGB 250 184 90 -
CMYK 0 0.26 0.64 0.02
HSL 35.25º 0.94% 0.67% -
HSV(B) 35.25º 0.64% 0.98% -
XYZ 58.41 55.34 17.28 -
YUV 193.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 250 184 90 0 0.26 0.64 0.02 35.25 0.94 0.67
Hex FA B8 5A 0 1A 40 2 23 5E 43
Octal 372 270 132 0 32 100 2 43 136 103
Binary 11111010 10111000 1011010 0 11010 1000000 10 100011 1011110 1000011

Color Harmonies of #FAB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB85A

Black with #FAB85A

Text Example


Text Example

White with #FAB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB85A; }

 p { color: rgb(250,184,90); }

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

background-color css

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

 a { background-color: rgb(250,184,90); }

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

border-color css

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

 span { border-color: rgb(250,184,90); }

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