Html Css Color HEX #FDA752 Texas Rose

📋 copy color: '#FDA752'

red 253 ◦ green 167 ◦ blue 82

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

Shades of Texas Rose #FDA752

Tints of Texas Rose #FDA752

RGB

 RED value IS 253 (99.22% from 255) = 50.4%

 GREEN value IS 167 (65.63% from 255) = 33.27%

 BLUE value IS 82 (32.42% from 255) = 16.33%

R = 50.4%
G = 33.27%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDA752 (or 0xFDA752) is known color: Texas Rose. HEX triplet: FD, A7 and 52. RGB value is (253,167,82). Sum of RGB (Red+Green+Blue) = 253+167+82=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA752 is #0258AD. Grayscale: #B7B7B7. Windows color (decimal): -153774 or 5416957. OLE color: 5416957.

HSL color Cylindrical-coordinate representation of color #FDA752: hue angle of 29.82º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDA752 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 167 82 -
CMYK 0 0.34 0.68 0.01
HSL 29.82º 0.98% 0.66% -
HSV(B) 29.82º 0.68% 0.99% -
XYZ 55.85 49.13 14.52 -
YUV 183.02 70.99 177.91 -
System Red Green Blue C M Y K H S L
Decimal 253 167 82 0 0.34 0.68 0.01 29.82 0.98 0.66
Hex FD A7 52 0 22 44 1 1E 62 42
Octal 375 247 122 0 42 104 1 36 142 102
Binary 11111101 10100111 1010010 0 100010 1000100 1 11110 1100010 1000010

Color Harmonies of #FDA752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA752

Black with #FDA752

Text Example


Text Example

White with #FDA752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA752; }

 p { color: rgb(253,167,82); }

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

background-color css

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

 a { background-color: rgb(253,167,82); }

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

border-color css

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

 span { border-color: rgb(253,167,82); }

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