Html Css Color HEX #FCBB0D Selective Yellow

📋 copy color: '#FCBB0D'

red 252 ◦ green 187 ◦ blue 13

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

Shades of Selective Yellow #FCBB0D

Tints of Selective Yellow #FCBB0D

RGB

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

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

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

R = 55.75%
G = 41.37%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCBB0D (or 0xFCBB0D) is known color: Selective Yellow. HEX triplet: FC, BB and 0D. RGB value is (252,187,13). Sum of RGB (Red+Green+Blue) = 252+187+13=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB0D is #0344F2. Grayscale: #BBBBBB. Windows color (decimal): -214259 or 900092. OLE color: 900092.

HSL color Cylindrical-coordinate representation of color #FCBB0D: hue angle of 43.68º 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 #FCBB0D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 187 13 -
CMYK 0 0.26 0.95 0.01
HSL 43.68º 0.98% 0.52% -
HSV(B) 43.68º 0.95% 0.99% -
XYZ 57.99 56.27 8.18 -
YUV 186.6 30.03 174.65 -
System Red Green Blue C M Y K H S L
Decimal 252 187 13 0 0.26 0.95 0.01 43.68 0.98 0.52
Hex FC BB D 0 1A 5F 1 2C 62 34
Octal 374 273 15 0 32 137 1 54 142 64
Binary 11111100 10111011 1101 0 11010 1011111 1 101100 1100010 110100

Color Harmonies of #FCBB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB0D

Black with #FCBB0D

Text Example


Text Example

White with #FCBB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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