Html Css Color HEX #FCB30A Selective Yellow

📋 copy color: '#FCB30A'

red 252 ◦ green 179 ◦ blue 10

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

Shades of Selective Yellow #FCB30A

Tints of Selective Yellow #FCB30A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

 BLUE value IS 10 (4.3% from 255) = 2.27%

R = 57.14%
G = 40.59%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCB30A (or 0xFCB30A) is known color: Selective Yellow. HEX triplet: FC, B3 and 0A. RGB value is (252,179,10). Sum of RGB (Red+Green+Blue) = 252+179+10=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB30A is #034CF5. Grayscale: #B6B6B6. Windows color (decimal): -216310 or 701436. OLE color: 701436.

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

Color convert

RGB 252 179 10 -
CMYK 0 0.29 0.96 0.01
HSL 41.9º 0.98% 0.51% -
HSV(B) 41.9º 0.96% 0.99% -
XYZ 56.32 52.96 7.54 -
YUV 181.56 31.18 178.24 -
System Red Green Blue C M Y K H S L
Decimal 252 179 10 0 0.29 0.96 0.01 41.9 0.98 0.51
Hex FC B3 A 0 1D 60 1 2A 62 33
Octal 374 263 12 0 35 140 1 52 142 63
Binary 11111100 10110011 1010 0 11101 1100000 1 101010 1100010 110011

Color Harmonies of #FCB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB30A

Black with #FCB30A

Text Example


Text Example

White with #FCB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB30A; }

 p { color: rgb(252,179,10); }

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

background-color css

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

 a { background-color: rgb(252,179,10); }

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

border-color css

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

 span { border-color: rgb(252,179,10); }

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