Html Css Color HEX #FECB0B Tangerine Yellow

📋 copy color: '#FECB0B'

red 254 ◦ green 203 ◦ blue 11

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

Shades of Tangerine Yellow #FECB0B

Tints of Tangerine Yellow #FECB0B

RGB

 RED value IS 254 (99.61% from 255) = 54.27%

 GREEN value IS 203 (79.69% from 255) = 43.38%

 BLUE value IS 11 (4.69% from 255) = 2.35%

R = 54.27%
G = 43.38%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FECB0B (or 0xFECB0B) is known color: Tangerine Yellow. HEX triplet: FE, CB and 0B. RGB value is (254,203,11). Sum of RGB (Red+Green+Blue) = 254+203+11=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 11 (4.69% from 255 or 2.35% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB0B is #0134F4. Grayscale: #C5C5C5. Windows color (decimal): -79093 or 773118. OLE color: 773118.

HSL color Cylindrical-coordinate representation of color #FECB0B: hue angle of 47.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FECB0B is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 11 -
CMYK 0 0.20 0.96 0.00
HSL 47.41º 0.99% 0.52% -
HSV(B) 47.41º 0.96% 1% -
XYZ 62.29 63.81 9.35 -
YUV 196.36 23.4 169.11 -
System Red Green Blue C M Y K H S L
Decimal 254 203 11 0 0.20 0.96 0.00 47.41 0.99 0.52
Hex FE CB B 0 14 60 0 2F 63 34
Octal 376 313 13 0 24 140 0 57 143 64
Binary 11111110 11001011 1011 0 10100 1100000 0 101111 1100011 110100

Color Harmonies of #FECB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB0B

Black with #FECB0B

Text Example


Text Example

White with #FECB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB0B; }

 p { color: rgb(254,203,11); }

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

background-color css

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

 a { background-color: rgb(254,203,11); }

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

border-color css

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

 span { border-color: rgb(254,203,11); }

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