Html Css Color HEX #FCB848 Koromiko

📋 copy color: '#FCB848'

red 252 ◦ green 184 ◦ blue 72

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

Shades of Koromiko #FCB848

Tints of Koromiko #FCB848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.22%

 BLUE value IS 72 (28.52% from 255) = 14.17%

R = 49.61%
G = 36.22%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCB848 (or 0xFCB848) is known color: Koromiko. HEX triplet: FC, B8 and 48. RGB value is (252,184,72). Sum of RGB (Red+Green+Blue) = 252+184+72=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB848 is #0347B7. Grayscale: #C0C0C0. Windows color (decimal): -214968 or 4765948. OLE color: 4765948.

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

Color convert

RGB 252 184 72 -
CMYK 0 0.27 0.71 0.01
HSL 37.33º 0.97% 0.64% -
HSV(B) 37.33º 0.71% 0.99% -
XYZ 58.46 55.44 13.75 -
YUV 191.56 60.53 171.11 -
System Red Green Blue C M Y K H S L
Decimal 252 184 72 0 0.27 0.71 0.01 37.33 0.97 0.64
Hex FC B8 48 0 1B 47 1 25 61 40
Octal 374 270 110 0 33 107 1 45 141 100
Binary 11111100 10111000 1001000 0 11011 1000111 1 100101 1100001 1000000

Color Harmonies of #FCB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB848

Black with #FCB848

Text Example


Text Example

White with #FCB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB848; }

 p { color: rgb(252,184,72); }

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

background-color css

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

 a { background-color: rgb(252,184,72); }

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

border-color css

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

 span { border-color: rgb(252,184,72); }

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