Html Css Color HEX #FCB650 Koromiko

📋 copy color: '#FCB650'

red 252 ◦ green 182 ◦ blue 80

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

Shades of Koromiko #FCB650

Tints of Koromiko #FCB650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.41%

 BLUE value IS 80 (31.64% from 255) = 15.56%

R = 49.03%
G = 35.41%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCB650 (or 0xFCB650) is known color: Koromiko. HEX triplet: FC, B6 and 50. RGB value is (252,182,80). Sum of RGB (Red+Green+Blue) = 252+182+80=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB650 is #0349AF. Grayscale: #BFBFBF. Windows color (decimal): -215472 or 5289724. OLE color: 5289724.

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

Color convert

RGB 252 182 80 -
CMYK 0 0.28 0.68 0.01
HSL 35.58º 0.97% 0.65% -
HSV(B) 35.58º 0.68% 0.99% -
XYZ 58.32 54.73 15.08 -
YUV 191.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 252 182 80 0 0.28 0.68 0.01 35.58 0.97 0.65
Hex FC B6 50 0 1C 44 1 24 61 41
Octal 374 266 120 0 34 104 1 44 141 101
Binary 11111100 10110110 1010000 0 11100 1000100 1 100100 1100001 1000001

Color Harmonies of #FCB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB650

Black with #FCB650

Text Example


Text Example

White with #FCB650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB650; }

 p { color: rgb(252,182,80); }

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

background-color css

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

 a { background-color: rgb(252,182,80); }

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

border-color css

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

 span { border-color: rgb(252,182,80); }

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