Html Css Color HEX #FAB453 Koromiko

📋 copy color: '#FAB453'

red 250 ◦ green 180 ◦ blue 83

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

Shades of Koromiko #FAB453

Tints of Koromiko #FAB453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.09%

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

R = 48.73%
G = 35.09%
B = 16.18%

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

#FAB453 (or 0xFAB453) is known color: Koromiko. HEX triplet: FA, B4 and 53. RGB value is (250,180,83). Sum of RGB (Red+Green+Blue) = 250+180+83=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB453 is #054BAC. Grayscale: #BEBEBE. Windows color (decimal): -347053 or 5485818. OLE color: 5485818.

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

Color convert

RGB 250 180 83 -
CMYK 0 0.28 0.67 0.02
HSL 34.85º 0.94% 0.65% -
HSV(B) 34.85º 0.67% 0.98% -
XYZ 57.31 53.59 15.51 -
YUV 189.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 250 180 83 0 0.28 0.67 0.02 34.85 0.94 0.65
Hex FA B4 53 0 1C 43 2 23 5E 41
Octal 372 264 123 0 34 103 2 43 136 101
Binary 11111010 10110100 1010011 0 11100 1000011 10 100011 1011110 1000001

Color Harmonies of #FAB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB453

Black with #FAB453

Text Example


Text Example

White with #FAB453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB453; }

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

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

background-color css

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

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

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

border-color css

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

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

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