Html Css Color HEX #FAC725 Turbo

📋 copy color: '#FAC725'

red 250 ◦ green 199 ◦ blue 37

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

Shades of Turbo #FAC725

Tints of Turbo #FAC725

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.95%

 BLUE value IS 37 (14.84% from 255) = 7.61%

R = 51.44%
G = 40.95%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAC725 (or 0xFAC725) is known color: Turbo. HEX triplet: FA, C7 and 25. RGB value is (250,199,37). Sum of RGB (Red+Green+Blue) = 250+199+37=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 37 (14.84% from 255 or 7.61% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC725 is #0538DA. Grayscale: #C4C4C4. Windows color (decimal): -342235 or 2476026. OLE color: 2476026.

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

Color convert

RGB 250 199 37 -
CMYK 0 0.20 0.85 0.02
HSL 45.63º 0.96% 0.56% -
HSV(B) 45.63º 0.85% 0.98% -
XYZ 60.18 61.3 10.41 -
YUV 195.78 38.4 166.67 -
System Red Green Blue C M Y K H S L
Decimal 250 199 37 0 0.20 0.85 0.02 45.63 0.96 0.56
Hex FA C7 25 0 14 55 2 2E 60 38
Octal 372 307 45 0 24 125 2 56 140 70
Binary 11111010 11000111 100101 0 10100 1010101 10 101110 1100000 111000

Color Harmonies of #FAC725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC725

Black with #FAC725

Text Example


Text Example

White with #FAC725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC725; }

 p { color: rgb(250,199,37); }

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

background-color css

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

 a { background-color: rgb(250,199,37); }

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

border-color css

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

 span { border-color: rgb(250,199,37); }

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