Html Css Color HEX #F8CF13 Turbo

📋 copy color: '#F8CF13'

red 248 ◦ green 207 ◦ blue 19

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

Shades of Turbo #F8CF13

Tints of Turbo #F8CF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.01%

R = 52.32%
G = 43.67%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8CF13 (or 0xF8CF13) is known color: Turbo. HEX triplet: F8, CF and 13. RGB value is (248,207,19). Sum of RGB (Red+Green+Blue) = 248+207+19=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 19 (7.81% from 255 or 4.01% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CF13 is #0730EC. Grayscale: #C6C6C6. Windows color (decimal): -471277 or 1298424. OLE color: 1298424.

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

Color convert

RGB 248 207 19 -
CMYK 0 0.17 0.92 0.03
HSL 49.26º 0.94% 0.52% -
HSV(B) 49.26º 0.92% 0.97% -
XYZ 61.14 64.63 9.87 -
YUV 197.83 27.08 163.79 -
System Red Green Blue C M Y K H S L
Decimal 248 207 19 0 0.17 0.92 0.03 49.26 0.94 0.52
Hex F8 CF 13 0 11 5C 3 31 5E 34
Octal 370 317 23 0 21 134 3 61 136 64
Binary 11111000 11001111 10011 0 10001 1011100 11 110001 1011110 110100

Color Harmonies of #F8CF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CF13

Black with #F8CF13

Text Example


Text Example

White with #F8CF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CF13; }

 p { color: rgb(248,207,19); }

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

background-color css

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

 a { background-color: rgb(248,207,19); }

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

border-color css

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

 span { border-color: rgb(248,207,19); }

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