Html Css Color HEX #F5CE26 Turbo

📋 copy color: '#F5CE26'

red 245 ◦ green 206 ◦ blue 38

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

Shades of Turbo #F5CE26

Tints of Turbo #F5CE26

RGB

 RED value IS 245 (96.09% from 255) = 50.1%

 GREEN value IS 206 (80.86% from 255) = 42.13%

 BLUE value IS 38 (15.23% from 255) = 7.77%

R = 50.1%
G = 42.13%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F5CE26 (or 0xF5CE26) is known color: Turbo. HEX triplet: F5, CE and 26. RGB value is (245,206,38). Sum of RGB (Red+Green+Blue) = 245+206+38=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 38 (15.23% from 255 or 7.77% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE26 is #0A31D9. Grayscale: #C7C7C7. Windows color (decimal): -668122 or 2543349. OLE color: 2543349.

HSL color Cylindrical-coordinate representation of color #F5CE26: hue angle of 48.7º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5CE26 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 206 38 -
CMYK 0 0.16 0.84 0.04
HSL 48.7º 0.91% 0.55% -
HSV(B) 48.7º 0.84% 0.96% -
XYZ 60.08 63.7 10.96 -
YUV 198.51 37.42 161.16 -
System Red Green Blue C M Y K H S L
Decimal 245 206 38 0 0.16 0.84 0.04 48.7 0.91 0.55
Hex F5 CE 26 0 10 54 4 31 5B 37
Octal 365 316 46 0 20 124 4 61 133 67
Binary 11110101 11001110 100110 0 10000 1010100 100 110001 1011011 110111

Color Harmonies of #F5CE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CE26

Black with #F5CE26

Text Example


Text Example

White with #F5CE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CE26; }

 p { color: rgb(245,206,38); }

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

background-color css

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

 a { background-color: rgb(245,206,38); }

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

border-color css

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

 span { border-color: rgb(245,206,38); }

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