Html Css Color HEX #FAB25C Texas Rose

📋 copy color: '#FAB25C'

red 250 ◦ green 178 ◦ blue 92

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

Shades of Texas Rose #FAB25C

Tints of Texas Rose #FAB25C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.23%

 BLUE value IS 92 (36.33% from 255) = 17.69%

R = 48.08%
G = 34.23%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAB25C (or 0xFAB25C) is known color: Texas Rose. HEX triplet: FA, B2 and 5C. RGB value is (250,178,92). Sum of RGB (Red+Green+Blue) = 250+178+92=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB25C is #054DA3. Grayscale: #BEBEBE. Windows color (decimal): -347556 or 6075130. OLE color: 6075130.

HSL color Cylindrical-coordinate representation of color #FAB25C: hue angle of 32.66º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAB25C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 178 92 -
CMYK 0 0.29 0.63 0.02
HSL 32.66º 0.94% 0.67% -
HSV(B) 32.66º 0.63% 0.98% -
XYZ 57.28 52.94 17.32 -
YUV 189.72 72.85 170.99 -
System Red Green Blue C M Y K H S L
Decimal 250 178 92 0 0.29 0.63 0.02 32.66 0.94 0.67
Hex FA B2 5C 0 1D 3F 2 21 5E 43
Octal 372 262 134 0 35 77 2 41 136 103
Binary 11111010 10110010 1011100 0 11101 111111 10 100001 1011110 1000011

Color Harmonies of #FAB25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB25C

Black with #FAB25C

Text Example


Text Example

White with #FAB25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB25C; }

 p { color: rgb(250,178,92); }

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

background-color css

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

 a { background-color: rgb(250,178,92); }

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

border-color css

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

 span { border-color: rgb(250,178,92); }

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