Html Css Color HEX #F8CD0C Tangerine Yellow

📋 copy color: '#F8CD0C'

red 248 ◦ green 205 ◦ blue 12

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

Shades of Tangerine Yellow #F8CD0C

Tints of Tangerine Yellow #F8CD0C

RGB

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

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

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

R = 53.33%
G = 44.09%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8CD0C (or 0xF8CD0C) is known color: Tangerine Yellow. HEX triplet: F8, CD and 0C. RGB value is (248,205,12). Sum of RGB (Red+Green+Blue) = 248+205+12=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CD0C is #0732F3. Grayscale: #C4C4C4. Windows color (decimal): -471796 or 839160. OLE color: 839160.

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

Color convert

RGB 248 205 12 -
CMYK 0 0.17 0.95 0.03
HSL 49.07º 0.94% 0.51% -
HSV(B) 49.07º 0.95% 0.97% -
XYZ 60.61 63.65 9.44 -
YUV 195.86 24.25 165.19 -
System Red Green Blue C M Y K H S L
Decimal 248 205 12 0 0.17 0.95 0.03 49.07 0.94 0.51
Hex F8 CD C 0 11 5F 3 31 5E 33
Octal 370 315 14 0 21 137 3 61 136 63
Binary 11111000 11001101 1100 0 10001 1011111 11 110001 1011110 110011

Color Harmonies of #F8CD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CD0C

Black with #F8CD0C

Text Example


Text Example

White with #F8CD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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