Html Css Color HEX #FBCF01 Tangerine Yellow

📋 copy color: '#FBCF01'

red 251 ◦ green 207 ◦ blue 1

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

Shades of Tangerine Yellow #FBCF01

Tints of Tangerine Yellow #FBCF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 54.68%
G = 45.1%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBCF01 (or 0xFBCF01) is known color: Tangerine Yellow. HEX triplet: FB, CF and 01. RGB value is (251,207,1). Sum of RGB (Red+Green+Blue) = 251+207+1=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCF01 is #0430FE. Grayscale: #C5C5C5. Windows color (decimal): -274687 or 118779. OLE color: 118779.

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

Color convert

RGB 251 207 1 -
CMYK 0 0.18 1.00 0.02
HSL 49.44º 0.99% 0.49% -
HSV(B) 49.44º 1% 0.98% -
XYZ 62.1 65.14 9.33 -
YUV 196.67 17.58 166.75 -
System Red Green Blue C M Y K H S L
Decimal 251 207 1 0 0.18 1.00 0.02 49.44 0.99 0.49
Hex FB CF 1 0 12 64 2 31 63 31
Octal 373 317 1 0 22 144 2 61 143 61
Binary 11111011 11001111 1 0 10010 1100100 10 110001 1100011 110001

Color Harmonies of #FBCF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCF01

Black with #FBCF01

Text Example


Text Example

White with #FBCF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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