Html Css Color HEX #F8CF28 Turbo

📋 copy color: '#F8CF28'

red 248 ◦ green 207 ◦ blue 40

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

Shades of Turbo #F8CF28

Tints of Turbo #F8CF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.08%

R = 50.1%
G = 41.82%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8CF28 (or 0xF8CF28) is known color: Turbo. HEX triplet: F8, CF and 28. RGB value is (248,207,40). Sum of RGB (Red+Green+Blue) = 248+207+40=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CF28 is #0730D7. Grayscale: #C8C8C8. Windows color (decimal): -471256 or 2674680. OLE color: 2674680.

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

Color convert

RGB 248 207 40 -
CMYK 0 0.17 0.84 0.03
HSL 48.17º 0.94% 0.56% -
HSV(B) 48.17º 0.84% 0.97% -
XYZ 61.41 64.74 11.27 -
YUV 200.22 37.58 162.08 -
System Red Green Blue C M Y K H S L
Decimal 248 207 40 0 0.17 0.84 0.03 48.17 0.94 0.56
Hex F8 CF 28 0 11 54 3 30 5E 38
Octal 370 317 50 0 21 124 3 60 136 70
Binary 11111000 11001111 101000 0 10001 1010100 11 110000 1011110 111000

Color Harmonies of #F8CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CF28

Black with #F8CF28

Text Example


Text Example

White with #F8CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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