Html Css Color HEX #FCB50D Selective Yellow

📋 copy color: '#FCB50D'

red 252 ◦ green 181 ◦ blue 13

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

Shades of Selective Yellow #FCB50D

Tints of Selective Yellow #FCB50D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.58%

 BLUE value IS 13 (5.47% from 255) = 2.91%

R = 56.5%
G = 40.58%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCB50D (or 0xFCB50D) is known color: Selective Yellow. HEX triplet: FC, B5 and 0D. RGB value is (252,181,13). Sum of RGB (Red+Green+Blue) = 252+181+13=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB50D is #034AF2. Grayscale: #B7B7B7. Windows color (decimal): -215795 or 898556. OLE color: 898556.

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

Color convert

RGB 252 181 13 -
CMYK 0 0.28 0.95 0.01
HSL 42.18º 0.98% 0.52% -
HSV(B) 42.18º 0.95% 0.99% -
XYZ 56.74 53.77 7.77 -
YUV 183.08 32.02 177.16 -
System Red Green Blue C M Y K H S L
Decimal 252 181 13 0 0.28 0.95 0.01 42.18 0.98 0.52
Hex FC B5 D 0 1C 5F 1 2A 62 34
Octal 374 265 15 0 34 137 1 52 142 64
Binary 11111100 10110101 1101 0 11100 1011111 1 101010 1100010 110100

Color Harmonies of #FCB50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB50D

Black with #FCB50D

Text Example


Text Example

White with #FCB50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB50D; }

 p { color: rgb(252,181,13); }

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

background-color css

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

 a { background-color: rgb(252,181,13); }

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

border-color css

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

 span { border-color: rgb(252,181,13); }

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