Html Css Color HEX #FBCD02 Tangerine Yellow

📋 copy color: '#FBCD02'

red 251 ◦ green 205 ◦ blue 2

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

Shades of Tangerine Yellow #FBCD02

Tints of Tangerine Yellow #FBCD02

RGB

 RED value IS 251 (98.44% from 255) = 54.8%

 GREEN value IS 205 (80.47% from 255) = 44.76%

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 54.8%
G = 44.76%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBCD02 (or 0xFBCD02) is known color: Tangerine Yellow. HEX triplet: FB, CD and 02. RGB value is (251,205,2). Sum of RGB (Red+Green+Blue) = 251+205+2=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 2 (1.17% from 255 or 0.44% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCD02 is #0432FD. Grayscale: #C4C4C4. Windows color (decimal): -275198 or 183803. OLE color: 183803.

HSL color Cylindrical-coordinate representation of color #FBCD02: hue angle of 48.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBCD02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 2 -
CMYK 0 0.18 0.99 0.02
HSL 48.92º 0.98% 0.5% -
HSV(B) 48.92º 0.99% 0.98% -
XYZ 61.63 64.18 9.2 -
YUV 195.61 18.74 167.51 -
System Red Green Blue C M Y K H S L
Decimal 251 205 2 0 0.18 0.99 0.02 48.92 0.98 0.5
Hex FB CD 2 0 12 63 2 31 62 32
Octal 373 315 2 0 22 143 2 61 142 62
Binary 11111011 11001101 10 0 10010 1100011 10 110001 1100010 110010

Color Harmonies of #FBCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD02

Black with #FBCD02

Text Example


Text Example

White with #FBCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD02; }

 p { color: rgb(251,205,2); }

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

background-color css

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

 a { background-color: rgb(251,205,2); }

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

border-color css

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

 span { border-color: rgb(251,205,2); }

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