Html Css Color HEX #FCB051 Koromiko

📋 copy color: '#FCB051'

red 252 ◦ green 176 ◦ blue 81

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

Shades of Koromiko #FCB051

Tints of Koromiko #FCB051

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.58%

 BLUE value IS 81 (32.03% from 255) = 15.91%

R = 49.51%
G = 34.58%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCB051 (or 0xFCB051) is known color: Koromiko. HEX triplet: FC, B0 and 51. RGB value is (252,176,81). Sum of RGB (Red+Green+Blue) = 252+176+81=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 81 (32.03% from 255 or 15.91% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB051 is #034FAE. Grayscale: #BCBCBC. Windows color (decimal): -217007 or 5353724. OLE color: 5353724.

HSL color Cylindrical-coordinate representation of color #FCB051: hue angle of 33.33º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCB051 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 176 81 -
CMYK 0 0.30 0.68 0.01
HSL 33.33º 0.97% 0.65% -
HSV(B) 33.33º 0.68% 0.99% -
XYZ 57.16 52.34 14.87 -
YUV 187.89 67.68 173.72 -
System Red Green Blue C M Y K H S L
Decimal 252 176 81 0 0.30 0.68 0.01 33.33 0.97 0.65
Hex FC B0 51 0 1E 44 1 21 61 41
Octal 374 260 121 0 36 104 1 41 141 101
Binary 11111100 10110000 1010001 0 11110 1000100 1 100001 1100001 1000001

Color Harmonies of #FCB051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB051

Black with #FCB051

Text Example


Text Example

White with #FCB051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB051; }

 p { color: rgb(252,176,81); }

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

background-color css

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

 a { background-color: rgb(252,176,81); }

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

border-color css

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

 span { border-color: rgb(252,176,81); }

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