Html Css Color HEX #FCB352 Koromiko

📋 copy color: '#FCB352'

red 252 ◦ green 179 ◦ blue 82

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

Shades of Koromiko #FCB352

Tints of Koromiko #FCB352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.98%

R = 49.12%
G = 34.89%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCB352 (or 0xFCB352) is known color: Koromiko. HEX triplet: FC, B3 and 52. RGB value is (252,179,82). Sum of RGB (Red+Green+Blue) = 252+179+82=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB352 is #034CAD. Grayscale: #BEBEBE. Windows color (decimal): -216238 or 5420028. OLE color: 5420028.

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

Color convert

RGB 252 179 82 -
CMYK 0 0.29 0.67 0.01
HSL 34.24º 0.97% 0.65% -
HSV(B) 34.24º 0.67% 0.99% -
XYZ 57.79 53.54 15.27 -
YUV 189.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 252 179 82 0 0.29 0.67 0.01 34.24 0.97 0.65
Hex FC B3 52 0 1D 43 1 22 61 41
Octal 374 263 122 0 35 103 1 42 141 101
Binary 11111100 10110011 1010010 0 11101 1000011 1 100010 1100001 1000001

Color Harmonies of #FCB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB352

Black with #FCB352

Text Example


Text Example

White with #FCB352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB352; }

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

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

background-color css

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

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

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

border-color css

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

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

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