Html Css Color HEX #F8CC0C Tangerine Yellow

📋 copy color: '#F8CC0C'

red 248 ◦ green 204 ◦ blue 12

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

Shades of Tangerine Yellow #F8CC0C

Tints of Tangerine Yellow #F8CC0C

RGB

 RED value IS 248 (97.27% from 255) = 53.45%

 GREEN value IS 204 (80.08% from 255) = 43.97%

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

R = 53.45%
G = 43.97%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8CC0C (or 0xF8CC0C) is known color: Tangerine Yellow. HEX triplet: F8, CC and 0C. RGB value is (248,204,12). Sum of RGB (Red+Green+Blue) = 248+204+12=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 12 (5.08% from 255 or 2.59% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CC0C is #0733F3. Grayscale: #C4C4C4. Windows color (decimal): -472052 or 838904. OLE color: 838904.

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

Color convert

RGB 248 204 12 -
CMYK 0 0.18 0.95 0.03
HSL 48.81º 0.94% 0.51% -
HSV(B) 48.81º 0.95% 0.97% -
XYZ 60.37 63.17 9.36 -
YUV 195.27 24.58 165.61 -
System Red Green Blue C M Y K H S L
Decimal 248 204 12 0 0.18 0.95 0.03 48.81 0.94 0.51
Hex F8 CC C 0 12 5F 3 31 5E 33
Octal 370 314 14 0 22 137 3 61 136 63
Binary 11111000 11001100 1100 0 10010 1011111 11 110001 1011110 110011

Color Harmonies of #F8CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CC0C

Black with #F8CC0C

Text Example


Text Example

White with #F8CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CC0C; }

 p { color: rgb(248,204,12); }

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

background-color css

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

 a { background-color: rgb(248,204,12); }

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

border-color css

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

 span { border-color: rgb(248,204,12); }

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