Html Css Color HEX #FFC223 Turbo

📋 copy color: '#FFC223'

red 255 ◦ green 194 ◦ blue 35

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

Shades of Turbo #FFC223

Tints of Turbo #FFC223

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.08%

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

R = 52.69%
G = 40.08%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFC223 (or 0xFFC223) is known color: Turbo. HEX triplet: FF, C2 and 23. RGB value is (255,194,35). Sum of RGB (Red+Green+Blue) = 255+194+35=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 35 (14.06% from 255 or 7.23% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC223 is #003DDC. Grayscale: #C2C2C2. Windows color (decimal): -15837 or 2343679. OLE color: 2343679.

HSL color Cylindrical-coordinate representation of color #FFC223: hue angle of 43.36º 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 #FFC223 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.

Color convert

RGB 255 194 35 -
CMYK 0 0.24 0.86 0
HSL 43.36º 1% 0.57% -
HSV(B) 43.36º 0.86% 1% -
XYZ 60.84 59.96 9.96 -
YUV 194.11 38.21 171.43 -
System Red Green Blue C M Y K H S L
Decimal 255 194 35 0 0.24 0.86 0 43.36 1 0.57
Hex FF C2 23 0 18 56 0 2B 64 39
Octal 377 302 43 0 30 126 0 53 144 71
Binary 11111111 11000010 100011 0 11000 1010110 0 101011 1100100 111001

Color Harmonies of #FFC223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC223

Black with #FFC223

Text Example


Text Example

White with #FFC223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC223; }

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

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

background-color css

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

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

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

border-color css

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

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

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