Html Css Color HEX #FBCD0C Tangerine Yellow

📋 copy color: '#FBCD0C'

red 251 ◦ green 205 ◦ blue 12

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

Shades of Tangerine Yellow #FBCD0C

Tints of Tangerine Yellow #FBCD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.56%

R = 53.63%
G = 43.8%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBCD0C (or 0xFBCD0C) is known color: Tangerine Yellow. HEX triplet: FB, CD and 0C. RGB value is (251,205,12). Sum of RGB (Red+Green+Blue) = 251+205+12=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCD0C is #0432F3. Grayscale: #C5C5C5. Windows color (decimal): -275188 or 839163. OLE color: 839163.

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

Color convert

RGB 251 205 12 -
CMYK 0 0.18 0.95 0.02
HSL 48.45º 0.97% 0.52% -
HSV(B) 48.45º 0.95% 0.98% -
XYZ 61.68 64.2 9.49 -
YUV 196.75 23.74 166.69 -
System Red Green Blue C M Y K H S L
Decimal 251 205 12 0 0.18 0.95 0.02 48.45 0.97 0.52
Hex FB CD C 0 12 5F 2 30 61 34
Octal 373 315 14 0 22 137 2 60 141 64
Binary 11111011 11001101 1100 0 10010 1011111 10 110000 1100001 110100

Color Harmonies of #FBCD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD0C

Black with #FBCD0C

Text Example


Text Example

White with #FBCD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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