Html Css Color HEX #F5CF23 Turbo

📋 copy color: '#F5CF23'

red 245 ◦ green 207 ◦ blue 35

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

Shades of Turbo #F5CF23

Tints of Turbo #F5CF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.19%

R = 50.31%
G = 42.51%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F5CF23 (or 0xF5CF23) is known color: Turbo. HEX triplet: F5, CF and 23. RGB value is (245,207,35). Sum of RGB (Red+Green+Blue) = 245+207+35=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 35 (14.06% from 255 or 7.19% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CF23 is #0A30DC. Grayscale: #C7C7C7. Windows color (decimal): -667869 or 2346997. OLE color: 2346997.

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

Color convert

RGB 245 207 35 -
CMYK 0 0.16 0.86 0.04
HSL 49.14º 0.91% 0.55% -
HSV(B) 49.14º 0.86% 0.96% -
XYZ 60.27 64.16 10.8 -
YUV 198.75 35.59 160.99 -
System Red Green Blue C M Y K H S L
Decimal 245 207 35 0 0.16 0.86 0.04 49.14 0.91 0.55
Hex F5 CF 23 0 10 56 4 31 5B 37
Octal 365 317 43 0 20 126 4 61 133 67
Binary 11110101 11001111 100011 0 10000 1010110 100 110001 1011011 110111

Color Harmonies of #F5CF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CF23

Black with #F5CF23

Text Example


Text Example

White with #F5CF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CF23; }

 p { color: rgb(245,207,35); }

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

background-color css

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

 a { background-color: rgb(245,207,35); }

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

border-color css

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

 span { border-color: rgb(245,207,35); }

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