Html Css Color HEX #FBCF0C Tangerine Yellow

📋 copy color: '#FBCF0C'

red 251 ◦ green 207 ◦ blue 12

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

Shades of Tangerine Yellow #FBCF0C

Tints of Tangerine Yellow #FBCF0C

RGB

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

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

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

R = 53.4%
G = 44.04%
B = 2.55%

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

#FBCF0C (or 0xFBCF0C) is known color: Tangerine Yellow. HEX triplet: FB, CF and 0C. RGB value is (251,207,12). Sum of RGB (Red+Green+Blue) = 251+207+12=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 12 (5.08% from 255 or 2.55% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCF0C is #0430F3. Grayscale: #C6C6C6. Windows color (decimal): -274676 or 839675. OLE color: 839675.

HSL color Cylindrical-coordinate representation of color #FBCF0C: hue angle of 48.95º 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 #FBCF0C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 207 12 -
CMYK 0 0.18 0.95 0.02
HSL 48.95º 0.97% 0.52% -
HSV(B) 48.95º 0.95% 0.98% -
XYZ 62.16 65.16 9.65 -
YUV 197.93 23.08 165.86 -
System Red Green Blue C M Y K H S L
Decimal 251 207 12 0 0.18 0.95 0.02 48.95 0.97 0.52
Hex FB CF C 0 12 5F 2 31 61 34
Octal 373 317 14 0 22 137 2 61 141 64
Binary 11111011 11001111 1100 0 10010 1011111 10 110001 1100001 110100

Color Harmonies of #FBCF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCF0C

Black with #FBCF0C

Text Example


Text Example

White with #FBCF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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