Html Css Color HEX #FFCF0C Tangerine Yellow

📋 copy color: '#FFCF0C'

red 255 ◦ green 207 ◦ blue 12

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

Shades of Tangerine Yellow #FFCF0C

Tints of Tangerine Yellow #FFCF0C

RGB

 RED value IS 255 (100% from 255) = 53.8%

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

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

R = 53.8%
G = 43.67%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFCF0C (or 0xFFCF0C) is known color: Tangerine Yellow. HEX triplet: FF, CF and 0C. RGB value is (255,207,12). Sum of RGB (Red+Green+Blue) = 255+207+12=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF0C is #0030F3. Grayscale: #C7C7C7. Windows color (decimal): -12532 or 839679. OLE color: 839679.

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

Color convert

RGB 255 207 12 -
CMYK 0 0.19 0.95 0
HSL 48.15º 1% 0.52% -
HSV(B) 48.15º 0.95% 1% -
XYZ 63.62 65.91 9.72 -
YUV 199.12 22.4 167.86 -
System Red Green Blue C M Y K H S L
Decimal 255 207 12 0 0.19 0.95 0 48.15 1 0.52
Hex FF CF C 0 13 5F 0 30 64 34
Octal 377 317 14 0 23 137 0 60 144 64
Binary 11111111 11001111 1100 0 10011 1011111 0 110000 1100100 110100

Color Harmonies of #FFCF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF0C

Black with #FFCF0C

Text Example


Text Example

White with #FFCF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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