Html Css Color HEX #FBCD0A Tangerine Yellow

📋 copy color: '#FBCD0A'

red 251 ◦ green 205 ◦ blue 10

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

Shades of Tangerine Yellow #FBCD0A

Tints of Tangerine Yellow #FBCD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.15%

R = 53.86%
G = 43.99%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBCD0A (or 0xFBCD0A) is known color: Tangerine Yellow. HEX triplet: FB, CD and 0A. RGB value is (251,205,10). Sum of RGB (Red+Green+Blue) = 251+205+10=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCD0A is #0432F5. Grayscale: #C5C5C5. Windows color (decimal): -275190 or 708091. OLE color: 708091.

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

Color convert

RGB 251 205 10 -
CMYK 0 0.18 0.96 0.02
HSL 48.55º 0.97% 0.51% -
HSV(B) 48.55º 0.96% 0.98% -
XYZ 61.67 64.19 9.43 -
YUV 196.52 22.74 166.86 -
System Red Green Blue C M Y K H S L
Decimal 251 205 10 0 0.18 0.96 0.02 48.55 0.97 0.51
Hex FB CD A 0 12 60 2 31 61 33
Octal 373 315 12 0 22 140 2 61 141 63
Binary 11111011 11001101 1010 0 10010 1100000 10 110001 1100001 110011

Color Harmonies of #FBCD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD0A

Black with #FBCD0A

Text Example


Text Example

White with #FBCD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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