Html Css Color HEX #FACA23 Turbo

📋 copy color: '#FACA23'

red 250 ◦ green 202 ◦ blue 35

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

Shades of Turbo #FACA23

Tints of Turbo #FACA23

RGB

 RED value IS 250 (98.05% from 255) = 51.33%

 GREEN value IS 202 (79.3% from 255) = 41.48%

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

R = 51.33%
G = 41.48%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FACA23 (or 0xFACA23) is known color: Turbo. HEX triplet: FA, CA and 23. RGB value is (250,202,35). Sum of RGB (Red+Green+Blue) = 250+202+35=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 35 (14.06% from 255 or 7.19% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA23 is #0535DC. Grayscale: #C6C6C6. Windows color (decimal): -341469 or 2345722. OLE color: 2345722.

HSL color Cylindrical-coordinate representation of color #FACA23: hue angle of 46.6º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FACA23 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 35 -
CMYK 0 0.19 0.86 0.02
HSL 46.6º 0.96% 0.56% -
HSV(B) 46.6º 0.86% 0.98% -
XYZ 60.85 62.69 10.48 -
YUV 197.31 36.4 165.58 -
System Red Green Blue C M Y K H S L
Decimal 250 202 35 0 0.19 0.86 0.02 46.6 0.96 0.56
Hex FA CA 23 0 13 56 2 2F 60 38
Octal 372 312 43 0 23 126 2 57 140 70
Binary 11111010 11001010 100011 0 10011 1010110 10 101111 1100000 111000

Color Harmonies of #FACA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA23

Black with #FACA23

Text Example


Text Example

White with #FACA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA23; }

 p { color: rgb(250,202,35); }

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

background-color css

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

 a { background-color: rgb(250,202,35); }

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

border-color css

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

 span { border-color: rgb(250,202,35); }

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