Html Css Color HEX #FCB950 Koromiko

📋 copy color: '#FCB950'

red 252 ◦ green 185 ◦ blue 80

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

Shades of Koromiko #FCB950

Tints of Koromiko #FCB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.78%

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

R = 48.74%
G = 35.78%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCB950 (or 0xFCB950) is known color: Koromiko. HEX triplet: FC, B9 and 50. RGB value is (252,185,80). Sum of RGB (Red+Green+Blue) = 252+185+80=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB950 is #0346AF. Grayscale: #C1C1C1. Windows color (decimal): -214704 or 5290492. OLE color: 5290492.

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

Color convert

RGB 252 185 80 -
CMYK 0 0.27 0.68 0.01
HSL 36.63º 0.97% 0.65% -
HSV(B) 36.63º 0.68% 0.99% -
XYZ 58.94 55.97 15.29 -
YUV 193.06 64.2 170.04 -
System Red Green Blue C M Y K H S L
Decimal 252 185 80 0 0.27 0.68 0.01 36.63 0.97 0.65
Hex FC B9 50 0 1B 44 1 25 61 41
Octal 374 271 120 0 33 104 1 45 141 101
Binary 11111100 10111001 1010000 0 11011 1000100 1 100101 1100001 1000001

Color Harmonies of #FCB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB950

Black with #FCB950

Text Example


Text Example

White with #FCB950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB950; }

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

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

background-color css

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

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

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

border-color css

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

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

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