Html Css Color HEX #FFD023 Turbo

📋 copy color: '#FFD023'

red 255 ◦ green 208 ◦ blue 35

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

Shades of Turbo #FFD023

Tints of Turbo #FFD023

RGB

 RED value IS 255 (100% from 255) = 51.2%

 GREEN value IS 208 (81.64% from 255) = 41.77%

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

R = 51.2%
G = 41.77%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFD023 (or 0xFFD023) is known color: Turbo. HEX triplet: FF, D0 and 23. RGB value is (255,208,35). Sum of RGB (Red+Green+Blue) = 255+208+35=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 35 (14.06% from 255 or 7.03% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD023 is #002FDC. Grayscale: #CBCBCB. Windows color (decimal): -12253 or 2347263. OLE color: 2347263.

HSL color Cylindrical-coordinate representation of color #FFD023: hue angle of 47.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFD023 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.

Color convert

RGB 255 208 35 -
CMYK 0 0.18 0.86 0
HSL 47.18º 1% 0.57% -
HSV(B) 47.18º 0.86% 1% -
XYZ 64.1 66.49 11.05 -
YUV 202.33 33.57 165.57 -
System Red Green Blue C M Y K H S L
Decimal 255 208 35 0 0.18 0.86 0 47.18 1 0.57
Hex FF D0 23 0 12 56 0 2F 64 39
Octal 377 320 43 0 22 126 0 57 144 71
Binary 11111111 11010000 100011 0 10010 1010110 0 101111 1100100 111001

Color Harmonies of #FFD023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD023

Black with #FFD023

Text Example


Text Example

White with #FFD023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD023; }

 p { color: rgb(255,208,35); }

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

background-color css

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

 a { background-color: rgb(255,208,35); }

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

border-color css

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

 span { border-color: rgb(255,208,35); }

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