Html Css Color HEX #FDCB0B Tangerine Yellow

📋 copy color: '#FDCB0B'

red 253 ◦ green 203 ◦ blue 11

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

Shades of Tangerine Yellow #FDCB0B

Tints of Tangerine Yellow #FDCB0B

RGB

 RED value IS 253 (99.22% from 255) = 54.18%

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

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

R = 54.18%
G = 43.47%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDCB0B (or 0xFDCB0B) is known color: Tangerine Yellow. HEX triplet: FD, CB and 0B. RGB value is (253,203,11). Sum of RGB (Red+Green+Blue) = 253+203+11=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB0B is #0234F4. Grayscale: #C4C4C4. Windows color (decimal): -144629 or 773117. OLE color: 773117.

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

Color convert

RGB 253 203 11 -
CMYK 0 0.20 0.96 0.01
HSL 47.6º 0.98% 0.52% -
HSV(B) 47.6º 0.96% 0.99% -
XYZ 61.92 63.62 9.33 -
YUV 196.06 23.57 168.61 -
System Red Green Blue C M Y K H S L
Decimal 253 203 11 0 0.20 0.96 0.01 47.6 0.98 0.52
Hex FD CB B 0 14 60 1 30 62 34
Octal 375 313 13 0 24 140 1 60 142 64
Binary 11111101 11001011 1011 0 10100 1100000 1 110000 1100010 110100

Color Harmonies of #FDCB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB0B

Black with #FDCB0B

Text Example


Text Example

White with #FDCB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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