Html Css Color HEX #FCBB13 Selective Yellow

📋 copy color: '#FCBB13'

red 252 ◦ green 187 ◦ blue 19

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

Shades of Selective Yellow #FCBB13

Tints of Selective Yellow #FCBB13

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.83%

 BLUE value IS 19 (7.81% from 255) = 4.15%

R = 55.02%
G = 40.83%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCBB13 (or 0xFCBB13) is known color: Selective Yellow. HEX triplet: FC, BB and 13. RGB value is (252,187,19). Sum of RGB (Red+Green+Blue) = 252+187+19=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB13 is #0344EC. Grayscale: #BCBCBC. Windows color (decimal): -214253 or 1293308. OLE color: 1293308.

HSL color Cylindrical-coordinate representation of color #FCBB13: hue angle of 43.26º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCBB13 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 187 19 -
CMYK 0 0.26 0.92 0.01
HSL 43.26º 0.97% 0.53% -
HSV(B) 43.26º 0.92% 0.99% -
XYZ 58.03 56.28 8.42 -
YUV 187.28 33.03 174.16 -
System Red Green Blue C M Y K H S L
Decimal 252 187 19 0 0.26 0.92 0.01 43.26 0.97 0.53
Hex FC BB 13 0 1A 5C 1 2B 61 35
Octal 374 273 23 0 32 134 1 53 141 65
Binary 11111100 10111011 10011 0 11010 1011100 1 101011 1100001 110101

Color Harmonies of #FCBB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB13

Black with #FCBB13

Text Example


Text Example

White with #FCBB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB13; }

 p { color: rgb(252,187,19); }

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

background-color css

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

 a { background-color: rgb(252,187,19); }

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

border-color css

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

 span { border-color: rgb(252,187,19); }

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