Html Css Color HEX #FCB754 Koromiko

📋 copy color: '#FCB754'

red 252 ◦ green 183 ◦ blue 84

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

Shades of Koromiko #FCB754

Tints of Koromiko #FCB754

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.26%

 BLUE value IS 84 (33.2% from 255) = 16.18%

R = 48.55%
G = 35.26%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCB754 (or 0xFCB754) is known color: Koromiko. HEX triplet: FC, B7 and 54. RGB value is (252,183,84). Sum of RGB (Red+Green+Blue) = 252+183+84=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB754 is #0348AB. Grayscale: #C0C0C0. Windows color (decimal): -215212 or 5552124. OLE color: 5552124.

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

Color convert

RGB 252 183 84 -
CMYK 0 0.27 0.67 0.01
HSL 35.36º 0.97% 0.66% -
HSV(B) 35.36º 0.67% 0.99% -
XYZ 58.68 55.2 15.95 -
YUV 192.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 252 183 84 0 0.27 0.67 0.01 35.36 0.97 0.66
Hex FC B7 54 0 1B 43 1 23 61 42
Octal 374 267 124 0 33 103 1 43 141 102
Binary 11111100 10110111 1010100 0 11011 1000011 1 100011 1100001 1000010

Color Harmonies of #FCB754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB754

Black with #FCB754

Text Example


Text Example

White with #FCB754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB754; }

 p { color: rgb(252,183,84); }

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

background-color css

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

 a { background-color: rgb(252,183,84); }

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

border-color css

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

 span { border-color: rgb(252,183,84); }

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