Html Css Color HEX #FCBB5A Koromiko

📋 copy color: '#FCBB5A'

red 252 ◦ green 187 ◦ blue 90

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

Shades of Koromiko #FCBB5A

Tints of Koromiko #FCBB5A

RGB

 RED value IS 252 (98.83% from 255) = 47.64%

 GREEN value IS 187 (73.44% from 255) = 35.35%

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

R = 47.64%
G = 35.35%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCBB5A (or 0xFCBB5A) is known color: Koromiko. HEX triplet: FC, BB and 5A. RGB value is (252,187,90). Sum of RGB (Red+Green+Blue) = 252+187+90=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB5A is #0344A5. Grayscale: #C3C3C3. Windows color (decimal): -214182 or 5946364. OLE color: 5946364.

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

Color convert

RGB 252 187 90 -
CMYK 0 0.26 0.64 0.01
HSL 35.93º 0.96% 0.67% -
HSV(B) 35.93º 0.64% 0.99% -
XYZ 59.76 56.97 17.52 -
YUV 195.38 68.53 168.39 -
System Red Green Blue C M Y K H S L
Decimal 252 187 90 0 0.26 0.64 0.01 35.93 0.96 0.67
Hex FC BB 5A 0 1A 40 1 24 60 43
Octal 374 273 132 0 32 100 1 44 140 103
Binary 11111100 10111011 1011010 0 11010 1000000 1 100100 1100000 1000011

Color Harmonies of #FCBB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB5A

Black with #FCBB5A

Text Example


Text Example

White with #FCBB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB5A; }

 p { color: rgb(252,187,90); }

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

background-color css

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

 a { background-color: rgb(252,187,90); }

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

border-color css

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

 span { border-color: rgb(252,187,90); }

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