Html Css Color HEX #FCBB07 Selective Yellow

📋 copy color: '#FCBB07'

red 252 ◦ green 187 ◦ blue 7

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

Shades of Selective Yellow #FCBB07

Tints of Selective Yellow #FCBB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 56.5%
G = 41.93%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCBB07 (or 0xFCBB07) is known color: Selective Yellow. HEX triplet: FC, BB and 07. RGB value is (252,187,7). Sum of RGB (Red+Green+Blue) = 252+187+7=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB07 is #0344F8. Grayscale: #BABABA. Windows color (decimal): -214265 or 506876. OLE color: 506876.

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

Color convert

RGB 252 187 7 -
CMYK 0 0.26 0.97 0.01
HSL 44.08º 0.98% 0.51% -
HSV(B) 44.08º 0.97% 0.99% -
XYZ 57.95 56.25 8 -
YUV 185.92 27.03 175.14 -
System Red Green Blue C M Y K H S L
Decimal 252 187 7 0 0.26 0.97 0.01 44.08 0.98 0.51
Hex FC BB 7 0 1A 61 1 2C 62 33
Octal 374 273 7 0 32 141 1 54 142 63
Binary 11111100 10111011 111 0 11010 1100001 1 101100 1100010 110011

Color Harmonies of #FCBB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB07

Black with #FCBB07

Text Example


Text Example

White with #FCBB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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