Html Css Color HEX #FBCF02 Tangerine Yellow

📋 copy color: '#FBCF02'

red 251 ◦ green 207 ◦ blue 2

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

Shades of Tangerine Yellow #FBCF02

Tints of Tangerine Yellow #FBCF02

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45%

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

R = 54.57%
G = 45%
B = 0.43%

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

#FBCF02 (or 0xFBCF02) is known color: Tangerine Yellow. HEX triplet: FB, CF and 02. RGB value is (251,207,2). Sum of RGB (Red+Green+Blue) = 251+207+2=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCF02 is #0430FD. Grayscale: #C5C5C5. Windows color (decimal): -274686 or 184315. OLE color: 184315.

HSL color Cylindrical-coordinate representation of color #FBCF02: hue angle of 49.4º 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 #FBCF02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 207 2 -
CMYK 0 0.18 0.99 0.02
HSL 49.4º 0.98% 0.5% -
HSV(B) 49.4º 0.99% 0.98% -
XYZ 62.11 65.14 9.36 -
YUV 196.79 18.08 166.67 -
System Red Green Blue C M Y K H S L
Decimal 251 207 2 0 0.18 0.99 0.02 49.4 0.98 0.5
Hex FB CF 2 0 12 63 2 31 62 32
Octal 373 317 2 0 22 143 2 61 142 62
Binary 11111011 11001111 10 0 10010 1100011 10 110001 1100010 110010

Color Harmonies of #FBCF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCF02

Black with #FBCF02

Text Example


Text Example

White with #FBCF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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