Html Css Color HEX #F8D326 Turbo

📋 copy color: '#F8D326'

red 248 ◦ green 211 ◦ blue 38

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

Shades of Turbo #F8D326

Tints of Turbo #F8D326

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.45%

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

R = 49.9%
G = 42.45%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F8D326 (or 0xF8D326) is known color: Turbo. HEX triplet: F8, D3 and 26. RGB value is (248,211,38). Sum of RGB (Red+Green+Blue) = 248+211+38=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 38 (15.23% from 255 or 7.65% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D326 is #072CD9. Grayscale: #CBCBCB. Windows color (decimal): -470234 or 2544632. OLE color: 2544632.

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

Color convert

RGB 248 211 38 -
CMYK 0 0.15 0.85 0.03
HSL 49.43º 0.94% 0.56% -
HSV(B) 49.43º 0.85% 0.97% -
XYZ 62.36 66.68 11.42 -
YUV 202.34 35.26 160.57 -
System Red Green Blue C M Y K H S L
Decimal 248 211 38 0 0.15 0.85 0.03 49.43 0.94 0.56
Hex F8 D3 26 0 F 55 3 31 5E 38
Octal 370 323 46 0 17 125 3 61 136 70
Binary 11111000 11010011 100110 0 1111 1010101 11 110001 1011110 111000

Color Harmonies of #F8D326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D326

Black with #F8D326

Text Example


Text Example

White with #F8D326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D326; }

 p { color: rgb(248,211,38); }

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

background-color css

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

 a { background-color: rgb(248,211,38); }

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

border-color css

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

 span { border-color: rgb(248,211,38); }

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