Html Css Color HEX #FCB90F Selective Yellow

📋 copy color: '#FCB90F'

red 252 ◦ green 185 ◦ blue 15

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

Shades of Selective Yellow #FCB90F

Tints of Selective Yellow #FCB90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.32%

R = 55.75%
G = 40.93%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCB90F (or 0xFCB90F) is known color: Selective Yellow. HEX triplet: FC, B9 and 0F. RGB value is (252,185,15). Sum of RGB (Red+Green+Blue) = 252+185+15=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB90F is #0346F0. Grayscale: #BABABA. Windows color (decimal): -214769 or 1030652. OLE color: 1030652.

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

Color convert

RGB 252 185 15 -
CMYK 0 0.27 0.94 0.01
HSL 43.04º 0.98% 0.52% -
HSV(B) 43.04º 0.94% 0.99% -
XYZ 57.58 55.43 8.12 -
YUV 185.65 31.7 175.32 -
System Red Green Blue C M Y K H S L
Decimal 252 185 15 0 0.27 0.94 0.01 43.04 0.98 0.52
Hex FC B9 F 0 1B 5E 1 2B 62 34
Octal 374 271 17 0 33 136 1 53 142 64
Binary 11111100 10111001 1111 0 11011 1011110 1 101011 1100010 110100

Color Harmonies of #FCB90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB90F

Black with #FCB90F

Text Example


Text Example

White with #FCB90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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