Html Css Color HEX #FCB351 Koromiko

📋 copy color: '#FCB351'

red 252 ◦ green 179 ◦ blue 81

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

Shades of Koromiko #FCB351

Tints of Koromiko #FCB351

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.96%

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

R = 49.22%
G = 34.96%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCB351 (or 0xFCB351) is known color: Koromiko. HEX triplet: FC, B3 and 51. RGB value is (252,179,81). Sum of RGB (Red+Green+Blue) = 252+179+81=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB351 is #034CAE. Grayscale: #BEBEBE. Windows color (decimal): -216239 or 5354492. OLE color: 5354492.

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

Color convert

RGB 252 179 81 -
CMYK 0 0.29 0.68 0.01
HSL 34.39º 0.97% 0.65% -
HSV(B) 34.39º 0.68% 0.99% -
XYZ 57.75 53.53 15.07 -
YUV 189.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 252 179 81 0 0.29 0.68 0.01 34.39 0.97 0.65
Hex FC B3 51 0 1D 44 1 22 61 41
Octal 374 263 121 0 35 104 1 42 141 101
Binary 11111100 10110011 1010001 0 11101 1000100 1 100010 1100001 1000001

Color Harmonies of #FCB351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB351

Black with #FCB351

Text Example


Text Example

White with #FCB351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB351; }

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

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

background-color css

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

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

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

border-color css

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

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

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