Html Css Color HEX #F2C826 Turbo

📋 copy color: '#F2C826'

red 242 ◦ green 200 ◦ blue 38

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

Shades of Turbo #F2C826

Tints of Turbo #F2C826

RGB

 RED value IS 242 (94.92% from 255) = 50.42%

 GREEN value IS 200 (78.52% from 255) = 41.67%

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

R = 50.42%
G = 41.67%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2C826 (or 0xF2C826) is known color: Turbo. HEX triplet: F2, C8 and 26. RGB value is (242,200,38). Sum of RGB (Red+Green+Blue) = 242+200+38=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 38 (15.23% from 255 or 7.92% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C826 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C826 is #0D37D9. Grayscale: #C2C2C2. Windows color (decimal): -866266 or 2541810. OLE color: 2541810.

HSL color Cylindrical-coordinate representation of color #F2C826: hue angle of 47.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2C826 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 200 38 -
CMYK 0 0.17 0.84 0.05
HSL 47.65º 0.89% 0.55% -
HSV(B) 47.65º 0.84% 0.95% -
XYZ 57.62 60.33 10.44 -
YUV 194.09 39.91 162.17 -
System Red Green Blue C M Y K H S L
Decimal 242 200 38 0 0.17 0.84 0.05 47.65 0.89 0.55
Hex F2 C8 26 0 11 54 5 30 59 37
Octal 362 310 46 0 21 124 5 60 131 67
Binary 11110010 11001000 100110 0 10001 1010100 101 110000 1011001 110111

Color Harmonies of #F2C826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C826

Black with #F2C826

Text Example


Text Example

White with #F2C826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C826; }

 p { color: rgb(242,200,38); }

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

background-color css

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

 a { background-color: rgb(242,200,38); }

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

border-color css

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

 span { border-color: rgb(242,200,38); }

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